home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectPlay / VoiceGroup / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  880 b   |  30 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VB Voice Group Sample
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   VoiceGroup is similar in form to SimpleVoice.  Once a player hosts or connects
  13.   to a session, the players can chat with either other.
  14.   
  15. Path
  16. ====
  17.   Source: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\VoiceGroup
  18.  
  19.   Executable: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Refer to User's Guide section of the SimpleVoice sample.
  24.  
  25. Programming Notes
  26. =================
  27.   The Voice differs by letting clients send audio data to all players
  28.   connected to the session, or to specify which group to send to.
  29.   
  30.